home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
editors
/
tscredd2
/
scrdisk5.exe
/
arc
/
INSTALL4.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-05-12
|
563b
|
15 lines
echo off
echo -[Install4.Bat]----------------------------------------------------------
echo -
echo - Instert REGISTERED USERS diskette in drive %2
echo -
echo - If you installing the evaluation version downloaded from a bulletin
echo - board, or the shareware diskette version, PRESS ENTER. The program
echo - installation will advance automatically to the next phase...
echo -
echo -------------------------------------------------------------------------
pause
if exist %2\install7.bat goto cont1
%2\install5 %1 %2 %3
:cont1
%2\install7 %1 %2 %3